home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-04-24 | 1.7 KB | 68 lines | [TEXT/ttxt] |
- ##################################################################
- #
- # This is the source file for the String Magic Application
- #
- ##################################################################
-
- % # Percent sign introduces a new resource
- StringMagicStrings 128 purgeable
- sRez "Rez"
- sResource "Resource"
- sSelSourcePrompt "Select Source File"
- sSelResourcePrompt "Select Resource File"
- sNewResourcePrompt "Create Resource File As"
- sNewRezPrompt "Create Rez File As"
- sNewHeaderPrompt "Create Header File As"
-
- # Plus sign Forces next string to begin a new block
- # when generating 'STR3' resources. (It is ignored
- # for 'STR2' and 'STR#' resources
- +
-
- #===============================
- # Help messages for the Help Box
- #===============================
-
- sGeneralHelp "\
- Use String Magic to Generate and Maintain
- String Resources."
-
- sCompileHelp "\
- Generate string resources defined by the
- currently selected source file."
-
- sQuitHelp "\
- Quit String Magic."
-
- sStr3Help "\
- Generate 'STR3' type string resources."
-
- sStr2Help "\
- Generate 'STR2' type string resources."
-
- sStrHelp "\
- Generate 'STR\#' type string resources."
-
- sAppendHelp "\
- Do NOT delete the currently selected resource
- file before adding the new string resources."
-
- sRezHelp "\
- Generate Rez source files instead of actual
- resources."
-
- sSelectSourceHelp "\
- Select the source file to be compiled into
- string resources."
-
- sSelectResourceHelp "\
- Select the resource output file that will
- contain the new string resources."
-
- sSelectRezHelp "\
- Select the Rez file that will contain
- the new string resource definitions."
-
- sSelectHeaderHelp "\
- Select the header output file that will contain
- the new \#defines for the the string resources."